home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / mac2.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  920 b   |  39 lines

  1.  
  2. # Machine dependent makefile definitions for mac2
  3. RANLIB=true
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O 
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. # This CC string will be used for compilation of the system,
  11. # and also in the compiler::*cc* variable for later compilation of
  12. # lisp files.
  13.  
  14.  
  15. # CC = cc -DVOL= -Bstatic -I$(GCLDIR)/o
  16. # If you have a good gcc (not version 1.36 it has a bug) 1.35 is ok.
  17. CC = gcc $(MCFLAGS) -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o 
  18. LIBS    = -lm -lg /usr/local/Gnu/lib/gcc-gnulib
  19.  
  20. MCFLAGS=-D_BSD_SOURCE -D_SYSV_SOURCE
  21.  
  22.  
  23. # Enable the fastloading mechanism which does not use ld -A
  24. # requires c/rel_.. machine dependent code.
  25.  
  26. RSYM    = rsym
  27. SFASL    = $(ODIR)/sfasl.o
  28.  
  29. # When using SFASL it is good to have (si::build-symbol-table)
  30. INITFORM=(si::build-symbol-table)
  31.  
  32. # Use symbolic links
  33. SYMB=-s
  34.  
  35. # the  make to use for saved_kcp the profiler.
  36. KCP=kcp-unix
  37.  
  38. MPFILES= $(MPDIR)/mpi-gcc.o   $(MPDIR)/libmport.a
  39.